home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 8 / Mac Magazin and MacEasy Magazine CD - Issue 08.iso / Sharewarebibliothek / Utilities / Chat 2.1Pre4 Release / Chat Release Notes < prev    next >
Text File  |  1994-11-03  |  12KB  |  309 lines

  1. **** IDEAS/STUFF STILL TO DO ****
  2.  
  3. Things I consider likely to happen soon:
  4. * Get status window working
  5. * \VIEW user command, to show status and info about user, such as IP address, 
  6.   name, time logged in, variable status
  7. * Fix /PAGE to display away message
  8. * Dialog box for setting preferences such as port #, and ON/OFF admin options
  9. * Preferences option for chat room administrator info
  10. * Trim USES in source code
  11. * Credits for contributors of ideas and stuff!
  12. * Fix lf/cr problem
  13. * Channel name in yell/whisper/page
  14. * Background click in about box
  15. * Buffering
  16. * More feedback on variable setting 
  17. * Separating variable setting into subroutines in separate source file
  18. * Multiple user ignore
  19. * Update /LIST and /LISTALL to indicate that user is gagged
  20. * Ignore tracking if user changes name
  21. * Auto-Gag if more than 5 people are ignoring a user
  22. * Fix/Clean up logging
  23.  
  24. Not as likely, but still possible:
  25. o Update sample chat session text file
  26. o Text file configuration
  27. o Staggering windows for channels when opened
  28. o Scrollable channel windows
  29. o Ability to create channels in chat room
  30. o AppleEvents/AppleScript for more admin commands
  31. o Add an administrator help screen to balloon help menu
  32. o Text entry field at bottom of each channel status window so you can type to channel
  33.   from the chat application, or perhaps just a global one
  34. o Admin command in application to send a yell to all users
  35. o Multiple user/password capability 
  36. o Message drops for users logging in
  37. o User text macros for sending commonly used strings, something like #8# in a typed
  38.   message would insert macro number 8. 
  39. o PowerPC native version/Fat binary
  40. o IP Address filter option
  41. o Username filter option
  42. o Text (profanity, etc.) filter option
  43. o Full screen VT100 interface
  44. o Rewrite TCP/IP routines to allow configuration of BS/DEL, CR/CRLF, etc.
  45. o Simple mac client
  46. o Do /PIC [#] [user] command to send a predefined picture to another user
  47. o Get buffering working right
  48.  
  49.  
  50. **** WHATS NEW IN 2.1pre4 ****
  51.  
  52. Fixed count of users that are connected. Also added a line that displays total
  53. number of active tcp connections to the admin \INFO screen.
  54.  
  55. Fixed a small bug with the page command.
  56.  
  57. **** WHATS NEW IN 2.1pre3 ****
  58.  
  59. Fixed /? and \? mixup. They now properly display the user and admin command lists
  60. respectively. /HELP and \HELP <admin-passwd> display the full help text.
  61.  
  62. Added \GAG and \UNGAG commands for administrators to silence users
  63.  
  64. Added ANNOUNCE user variable to set whether or not you want to receive announcements
  65.  
  66. Added IGNORE user variable so a user can block messages from a particular user
  67.  
  68. Added /CLEAR command to clear screen
  69.  
  70. Added more channel information to the user list displays
  71.  
  72. Added /MSG command to allow a message board to be used by users
  73.  
  74. Temporarily turned off buffering since it wasn't working right.
  75.  
  76. Changed the way Current Number of Users was determined
  77.  
  78. Added a third string resource for user commands and admin commands to allow another
  79. spelling/version of the command. Eg.   /LIST, /L, and /WHO. As distributed, the
  80. third str resource is just a copy of the short commands resourec in the old version.
  81.  
  82. **** WHATS NEW IN 2.1pre2 ****
  83.  
  84. Channel monitor window that echoes all channels.
  85.  
  86. Status window still not working.
  87.  
  88. Menus names for channels are changes to include subjects. Not auto updating yet though.
  89.  
  90. Moved text and stuff into TEXT resources instead of STR#s. 
  91.  
  92. /?, \?, and bad commands now just display a list of commands (short).
  93.  
  94. /HELP and \HELP display full command help.
  95.  
  96. /ABOUT displays info about chat room and application.
  97.  
  98. /CHANNEL now has a TEXT resource with it that displays extra info about the channels.
  99.  
  100. **** WHATS NEW IN 2.1pre1 ****
  101.  
  102. Updated application and documentation to include information on shareware fees.
  103.  
  104. New beep option, there are 'snd ' resources in the program that optionally play
  105. when a user connects, when the chat room in restarted, and when the chat room 
  106. application is told to quit.
  107.  
  108. There is now a status window that can be displayed in the application 
  109. that lists who is connected and what channel they are on - the status dialog 
  110. is visible at startup by default.
  111.  
  112. Each channel now has a window that echoes the public talk in that channel.
  113. The channel windows are hidden by default.
  114.  
  115. Documentation has been updated. The release notes have been separated from the 
  116. documentation. 
  117.  
  118. Chat now supports the required AppleEvents - the only one that does anything 
  119. though is Quit. It also supports two AppleScript commands "Restart" and "Quitnow".
  120.  
  121. Chat now has Balloon Help for all of it's menu commands.
  122.  
  123. New about box that should work better with fewer colors, unlike the old bitmap. Is
  124. also alot easier to update for new versions.
  125.  
  126. Added /INFO and \INFO commands to display info about chat room status.
  127.  
  128. Added /SHOW and \SHOW commands to display current settings for variables.
  129.  
  130. Added AWAY and AWAYMSG user variables so you can set it so that you are away from
  131. the terminal. Whispers to you while you are AWAY will be answered with AWAYMSG. The
  132. AWAY status is also listed in the /LIST and /LISTALL screens.
  133.  
  134. Added Close menu item in file menu. 
  135.  
  136. Added base code and resources for a preferences dialog box, also a menu item to open
  137. this dialog box, and a menu item to save the current preferences. (Not functional yet)
  138.  
  139. Changed /HIDE so that it sends a message to all users that you logged out of the chat
  140. room. Changed /UNHIDE so it sends a message that you logged in.
  141.  
  142. Preference option for setting type of files for logs has been put back in.
  143.  
  144. **** WHATS NEW IN 2.0.6 ****
  145.  
  146. The user password bug has been fixed. 
  147.  
  148. A new option has been added to allow the chat room application to beep 
  149. whenever someone connects.
  150.  
  151. Adminstrative variables have been added to allow administrative setting 
  152. of beep on login, prompt for channel at login, and subject. They are 
  153. BEEP, PROMPT, and SUBJECT, respectively.
  154.  
  155. A new menu option, though currently not implemented, has been added which 
  156. will allow the administrator to control whether users can change the 
  157. subject of the channel. 
  158.  
  159. The help text has been updated to reflect the change in the /CHANNEL 
  160. command, which (as of v.2.0.5) lists the channels and subjects if no channel 
  161. is specified.
  162.  
  163. **** WHATS NEW IN 2.0.5 ****
  164.  
  165. The bug that caused the username to not be displayed in the "User has 
  166. left chat room" message has been fixed.
  167.  
  168. The icon mask has been fixed, it used to not be easy to click, only a 
  169. small area of it was sensitive.
  170.  
  171. A new user variable is available "SUBJECT", allows the user to set the 
  172. subject of a channel.
  173.  
  174. The "/CHANNEL" command will now display a list of channels, and the 
  175. subjects for those channels, when a channel name is not entered. It also 
  176. puts a * in front of the channel you are currently on.
  177.  
  178. There is a new STR# resource that holds the default subjects for the 
  179. channels in the chat room.
  180.  
  181. A new preferences option and menu item is available - Prompt For Channel 
  182. At Login. If this is turned off (the default now), the user will be 
  183. automatically placed in the first channel. 
  184.  
  185. The login screens will now allow up to three chances to type in the 
  186. correct/valid response. You now will not be immediately logged out if you 
  187. make a typo in the channel name.
  188.  
  189. **** WHATS NEW IN 2.0.4 ****
  190.  
  191. Several bugs have been fixed including the infamous port 1420 problem. 
  192. Also, a beep has been added that is sounded when you receive a page.
  193.  
  194. The About box has been changed. 
  195.  
  196. Chat is now distributed by default with log files for all channels turned 
  197. off, this can be easily changed by filling in file names.
  198.  
  199. The default port is now set to 23, so you can simply telnet to the 
  200. machine chat is running on, without specifying a port number.
  201.  
  202. The problem with Chat not quitting when you shut down or restart has been 
  203. fixed. For you programmer types out there - let this be a lesson to you: 
  204. "Never name the Quit item in your file menu anything other than 'Quit' - it 
  205. was 'Quit Chat Room'".
  206.  
  207. **** WHATS NEW IN 2.0.3 ****
  208.  
  209. You can now switch between Foreground Only and Background Only versions 
  210. of the Chat Room by simply changing the Background only bit in the size
  211. resource. Thanks to Peter Lewis for providing the code to make this 
  212. possible. To cut down on size, the Chat room will be distributed in the 
  213. foreground only mode.
  214.  
  215. The utilities menu has been enabled. Features available in utilities menu:
  216.     Disabling User Passwords
  217.     Disabling Logins
  218.     Disabling Whispers
  219.     Disabling Yells
  220.     
  221. Default settings for these options are read in from the 'CPrf' resource 
  222. in the application. A 'TMPL' for editing this resource is also present. 
  223. The default port has been moved from a STR resource to the preferences 
  224. resource. The setting of disabling user passwords is restricted if their 
  225. are no passwords present in the file.
  226.  
  227. A new administrator command has been added - \SET to allow setting of 
  228. those disabled options from within the chat room. For example - with the 
  229. default admin password of "admin". The command "\SET admin logins off" 
  230. will disable any new logins. Typing "\SET admin" will list the options.
  231.  
  232. A new die rolling routine has been added - allows easy selection of 
  233. different die configurations in the standard roll playing notation such as
  234. 2d20 to roll 2 twenty sided dice. 
  235.  
  236. **** WHATS NEW IN 2.0.2 ****
  237.  
  238. By popular demand -  I have reverted to Chat being a BackGround only 
  239. application. However, instead of it only being background only, you have
  240. the choice. Two applications are distributed with the archive. The (BG) one
  241. is Background Only. The (FG) is Foreground Only. 
  242.  
  243. The only difference between the two is the "Only Background" bit in the 
  244. SIZE resource, and the 0 or 1 value in Str #3 in the Globals string
  245. resource. I know it is a cheap way to program it, but I don't have all 
  246. that much time to work on it. If anyone would like to write me a small 
  247. little piece of Pascal code that would check to see what the Background
  248. Only bit is, please do.
  249.  
  250. Plans for 2.0.3 - someone sent me some new code for the die rolling 
  251. routines. Will put that in as soon as I have a chance to rewrite it to 
  252. match the style of the rest of the program. Thanks to Erich at UIUC
  253. for the new code. 
  254.  
  255. Other Concerns: Chat logs can be placed in a specific location by 
  256. typing the full path in the ChannelLogNames string resource. 
  257. Eg. "HD 80:Chat Logs:Channel 1 Log" for example. Without the quotes! :)
  258.  
  259. There is still a problem with Chat crashing after running for an extended 
  260. time. So far - this appears to only affect Chat - it doesn't seem to bother
  261. any other programs that are running.
  262.  
  263. Chat has been successfully tested and run under A/UX 3.0.1. 
  264.  
  265. **** WHATS NEW IN 2.0.1 ****
  266.  
  267. Added the capability for leaving the user passwords string resource
  268. empty. Now, if there is nothing in the user passwords string resource
  269. the chat room will not ask for a user password on login.
  270.  
  271. Also fixed a small bug - well, didn't actually fix it, just turned off
  272. Pascal Range Checking in the compile. Problem caused Chat to crash on
  273. any machine not running MacsBug. 
  274.  
  275. **** WHATS NEW IN 2.0 ****
  276.  
  277. This is a new and improved version of Peter N. Lewis's Chat 1.1 
  278. Macintosh TCP/IP Chat Server. It now supports changing of channels,
  279. changing of user names, and many other nifty features. To customize
  280. it you will need to use ResEdit - most of the program's strings are 
  281. contained
  282. in resources so it can be customized rather extensively.
  283.  
  284. New Commands:
  285.  User Help                               /HELP
  286.  Changing channel                        /CHANNEL ch-name
  287.  Whispering to another user              /WHISPER user
  288.  Yelling to all channels                 /YELL msg
  289.  Change your name                        /SET NAME newname
  290.  Page a user to your channel             /PAGE user
  291.  List users on all channels              /LISTALL
  292.  List users on current channel only      /LIST
  293.  Rolling dice (for games I suppose)      /DICE count
  294.  
  295.  Hiding from other users (Admin Only)    \HIDE admin-pswd
  296.  Unhideing from other users (Admin Only) \UNHIDE admin-pswd
  297.  Disconnect A User (Admin Only)          \KILL admin-pswd user
  298.  Disconnect All (Admin Only)             \RESTART admin-pswd
  299.  Administrator Help                      \HELP
  300.  User and Administrator Passwords
  301.  
  302.  
  303. The default TCP port to connect to: 1420
  304. The default user password for Chat 2.0 is "permission".
  305. The default admin password for Chat 2.0 is "admin".
  306.  
  307. A sample telnet session to the chat server is enclosed.
  308.  
  309.